@import "https://fonts.googleapis.com/css?family=Sintony";
* {
  box-sizing: border-box;
}
.coming-soon {
  text-align: center;
  margin: auto;
  font-family: monospace;
  font-weight: 500;
  color: white;
  position: fixed;
  bottom: 15vh;
  left: 50%;
  width: 100vw;
  z-index: 999;
  transform: translateX(-50%);
}

.red {
  color: rgb(35, 60, 32);
}

video {
  opacity: 0.2;
  text-align: center;
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}

.logo-container {
  position: fixed;
  top: 10vh;
  left: 50%;
  width: max(20vw, 20vh);
  height: max(20vw, 20vh);
  z-index: 999;
  transform: translateX(-50%);
}
.land-logo {
  width: 100%;
  height: 100%;
}

#left-logo {
  position: relative;
  left: -25%;
}

#right-logo {
  transform: rotate(180deg);
  position: relative;
  left: 25%;
  top: -80%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.content {
  width: min(80vw, 1200px);
}

body {
  -ms-overflow-style: none;
  background: #222;
  padding: 0;
  margin: 0;
  font-family: "Sintony", sans-serif;
  font-weight: 300;
  font-size: min(3vh, 4vw);
  text-transform: uppercase;
  color: #000;
}

#main-title {
  font-size: min(10vh, 8vw);
  margin: 0;
  padding: 0;
}
header {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.section {
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100vh;
  letter-spacing: 4px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.section .fixed {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
}
.section .white {
  color: #fff;
}
.section:nth-child(1) {
  background-color: black;
  color: #000;
  top: 0;
  z-index: 5;
}
.section:nth-child(1) .fixed {
  /* 	 transform: translate(-50%, -50%);
 */
}
.section:nth-child(2) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: rgb(35, 60, 32);
  color: #fff;
  top: 100vh;
  z-index: 2;
}
.section:nth-child(2) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(3) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0a0a;
  color: #fff;
  top: 200vh;
  z-index: 3;
}
.section:nth-child(3) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(4) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0a0a;
  color: #fff;
  top: 300vh;
  z-index: 4;
}
.section:nth-child(4) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(5) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0a0a;
  color: #fff;
  top: 400vh;
  z-index: 5;
}
.section:nth-child(5) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(6) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0a0a;
  color: #fff;
  top: 500vh;
  z-index: 6;
}
.section:nth-child(6) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(7) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0a0a;
  color: #fff;
  top: 600vh;
  z-index: 7;
}
.section:nth-child(7) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(8) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0a0a;
  color: #fff;
  top: 700vh;
  z-index: 8;
}
.section:nth-child(8) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(9) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0a0a;
  color: #fff;
  top: 800vh;
  z-index: 9;
}
.section:nth-child(9) .fixed {
  transform: translate(-50%, -50%);
}
.section:nth-child(10) {
  background-color: #000;
  color: #fff;
  top: 900vh;
  z-index: 10;
}
.section:nth-child(10) .fixed {
  transform: translate(-50%, -50%);
}
.oop {
  position: relative;
  z-index: auto;
  height: 10px;
  background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
}

#contacts-header {
  margin-bottom: 11vh;
  text-align: left;
}

#contacts-wrap {
  display: grid;
  grid-template-columns: 60% 40%;
  height: 48vh;
  width: 80vw;
}
#contacts-text {
  grid-column: 1;
  width: 100%;
  text-align: left;
  justify-self: end;
}
.addr-block > h3 {
  margin: 0;
  margin-bottom: 0.2rem;
}
.addr-block > p {
  margin: 0;
  margin-bottom: 0.2rem;
}
#google-map {
  grid-column: 2;
}
a {
  color: white;
  text-transform: lowercase;
}

.google-maps {
  grid-column: 2;
  position: relative;
  height: 100%;
  width: 100%;
  /*min-height: 2rem;*/
  /*overflow: hidden;*/
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.addr-group {
  display: flex;
  column-gap: 2rem;
}

@media only screen and (max-width: 868px) {
  .content {
    width: 80vw;
  }
  #contacts-header {
    display: none;
  }
  #contacts-wrap {
    display: block;
    height: 100%;
  }
  .addr-group {
    flex-direction: column;
    row-gap: 2rem;
  }
  .google-maps {
    width: 100%;
    height: 30vh;
    margin-top: 10vh;
  }
}

/*@media only screen and (max-width: 868px) {
  .logo-container {
    margin-top: 2vh;
    width: 40vw;
    height: 40vw;
  }
  .coming-soon {
    top: 52vh;
    font-size: 5vw;
  }
  .content {
    width: 80vw;
  }
  #contacts-wrap {
    display: block;
    height: 100%;
  }
  #contacts-text {
    padding-right: 0;
    width: 100%;
  }
  .google-maps {
    width: 100%;
    height: 34vh;
    margin-top: 6vh;
  }
  #contacts-header {
    text-align: left;
    margin-bottom: 5vh;
    width: 40vh;
  }
  body {
    font-size: 1em;
  }
}*/

@keyframes fadeinfull {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-moz-keyframes fadeinfull {
  /* Firefox */
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes fadeinfull {
  /* Safari and Chrome */
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-o-keyframes fadeinfull {
  /* Opera */
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
